projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039d069
)
Check availability of AvailabilityMacros.h
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 2 May 2008 09:38:30 +0000
(09:38 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 2 May 2008 09:38:30 +0000
(09:38 +0000)
if HAVE_CARBON.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7608d02751576414a12bdabcb38e505b6755bc26..df1d1c6247151fc7573b7228eea7779c7b3cee3e 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2553,6
+2553,7
@@
AC_CHECK_HEADER(malloc/malloc.h, AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to 1
### Use Mac OS X Carbon API to implement GUI.
if test "${HAVE_CARBON}" = "yes"; then
AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
+ AC_CHECK_HEADERS(AvailabilityMacros.h)
## Specify the install directory
carbon_appdir=
if test "${carbon_appdir_x}" != ""; then